30 JUN 2013 by ideonexus

 The Epoch of Potential Memory

One can see Manovich’s argument becoming true in the development of database technology the 20th century. The first commercially available computer databases were organized hierarchically. If you wanted to get to a particular piece of information, you went to the overarching category and made a series of choices as this category broke down into groups then subgroups until you got to the specific piece of information that you required. This mode of traveling through a database was called “...
  1  notes

We live in a world where we can pull any aggregation of facts out of historical references to produce the aspects of history we wish to explore. It is dynamic and full of potential.

21 APR 2011 by ideonexus

 Joe Armstrong on OOP

think the lack of reusability comes in object-oriented mguages, not in functional languages. Because the problem with object-oriented languages is they've got all this implicit environment that they carry around with them. Vou i wanted a banana but what you got was a gorilla holding the banana and the entire jungle. If you have referentially transparent code, if you have pure iinctions—ail the data comes in its input arguments and everything goes out and leaves no state behind—it's incr...
  1  notes

The problem with Object Oriented Programming is that it forces you to take a larger collection of properties when all you want is a smaller subset.